home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / DEMO14.VDM < prev    next >
Text File  |  1990-05-15  |  5KB  |  140 lines

  1. RI(9)/VEDIT Family - Word Processing Features/
  2. M(H)            !Display header
  3.  
  4. YT/
  5. All VEDIT Family editors have several features which simplify word processing.
  6. These include word wrap, formatting of paragraphs between adjustable margins,
  7. optional justification and centering of lines.
  8.  
  9. VEDIT can print the text verbatim or a macro, such as the supplied PRINT.VDM,
  10. can be used to add headers and page numbers to each page.  For more
  11. sophisticated printing, files generated with VEDIT can be imported into almost
  12. any word processor or desktop publishing package.  Greenview's print formatter
  13. V-PRINT and spelling corrector V-SPELL are available as inexpensive options.
  14.  
  15. VEDIT is ideal for preparing text for use with desktop publishing systems
  16. such as Xerox Ventura (tm).  After the text is entered into Ventura and
  17. formatted it can still be written out to an ASCII file for further editing
  18. with VEDIT; the formatting "tags" can also be edited.
  19.  
  20. /
  21.  
  22. M(K)
  23.  
  24. YWB(1) 10
  25. Q26YEA            !Set editing attribute
  26. YWS(1) Q27YEA        !Set attribute in lower window "1"
  27. EZY            !Empty edit buffer
  28. EB demo.txt        !Load demo text
  29.  
  30. $N/|L|L/ I/
  31. /            !Add a blank line
  32. -2C            !Position on blank line
  33. 60YMR            !Set right margin in case user doesn't
  34. EO 8 1            !Enable Insert mode
  35.  
  36. EE(1)
  37. B#K
  38. I/To enable word wrap you must first set the desired right margin.  Press
  39. <ALT-C> for the "Config" sub-menu.  Select "Word Processing".  Then select
  40. "Right Margin".  At the prompt for the new value enter the desired right
  41. margin, e.g. "65" and press <Enter>.  Press <ESC> three times (or <CTRL-C>
  42. once) to remove the menu system.
  43.  
  44. Now enter a new line of text.  Notice how any words which don't quite fit
  45. within the right margin are wrapped to the next line.
  46.  
  47.         --- Press <ESC> to continue ---/
  48. B -V
  49. EE(@)
  50. V
  51.  
  52. B 6L -2C        !Position cursor to end of a line
  53. EE(1)
  54. B#K
  55. I/The keys <F7> and <F8> change the "left margin".  <F8> moves the margin to
  56. the right and <F7> moves the margin to the left.  Normally the margin is at
  57. column 1.
  58.  
  59. Be sure you are in "Insert" mode and press <Enter> to start a new line.  Now
  60. press <F8>; the cursor moves to column 5.  Type a few words and another
  61. <Enter>.  Now the cursor starts in column 5.  Enter a few more words and
  62. <Enter>.  Press <F8> again; the cursor moves to column 9.  Press <F7>; the
  63. cursor moves back to column 5.  Experiment.
  64.         --- Then press <ESC> to continue ---/
  65. B -V
  66. EE(@)
  67. V
  68.  
  69. 1YML            !Reset left margin
  70. EE(1)
  71. B#K
  72. I/The {CONFIG, Word Processing} sub-menu sets the "right margin" and the
  73. initial "left margin".  The left margin can then be changed in increments of
  74. 4 using the indent keys <F7> and <F8>.  The key <CTRL-F> re-formats an
  75. existing paragraph to within new right and left margins.
  76.  
  77. Using the {CONFIG, Word Processing} sub-menu, set the right margin to column
  78. 55 and the left margin to column 9.  Now press <CTRL-F> to reformat the
  79. paragraph.  Notice the effect.  (You need to press <PgUp>.)  Since the cursor
  80. has also moved to the next paragraph, you can immediately press <CTRL-F> again
  81. to re-format the next paragraph.      --- Press <ESC> to continue ---/
  82.  
  83. B -V
  84. EE(@)
  85. V
  86.  
  87. B 6L -2C        !Position cursor to end of a line
  88. EE(1)
  89. B#K
  90. I/The paragraphs just reformatted are not justified - they have a ragged right
  91. margin.  However, you can also optionally justify paragraphs.
  92.  
  93. Enter the {CONFIG, Word Processing} sub-menu and select "Justify paragraphs".
  94. At the prompt for a new value enter "1" and press <Enter>.  This enables
  95. justification.  Remove the menu system.  Move the cursor to a paragraph to be
  96. justified.  Press <CTRL-F>.  This re-formats and justifies the paragraph.
  97.  
  98.         --- Press <ESC> to continue ---/
  99. B -V
  100. EE(@)
  101. V
  102.  
  103. EZY            !Empty edit buffer
  104. EB demo14.txt        !Load demo text
  105. 9YML            !Set left margin
  106.  
  107. EE(1)
  108. B#K
  109. I/Notice the structure of the two paragraphs above.  Reformatting a paragraph
  110. with <CTRL-F> always preserves this structure.
  111.  
  112. Press <CTRL-F> twice.  Notice how the paragraphs have been reformatted to new
  113. left and right margins.  However the "offset" or "indent" of the first line
  114. has been preserved.
  115.  
  116.         --- Press <ESC> to continue ---/
  117. B -V
  118. EE(@)
  119. V
  120.  
  121. 1YML
  122. 60YMR
  123. Z
  124.  
  125. EE(1)
  126. B#K
  127. I/Enter a short line of text.  Leave the cursor anywhere on the line.  Press
  128. <ALT-E> to select the "Edit" sub-menu.  Select "Center Line" to center the
  129. line between the current left and right margins.  (They are currently set to
  130. 1 and 55.)
  131.  
  132. This also moves the cursor to the next line so that you could center it too.
  133. If you used this function often, you could use keystroke macros to assign
  134. this function to a dedicated "hot-key".
  135.  
  136.         --- Press <ESC> to return to the Main Menu ---/
  137. B -V
  138. EE(@)
  139. V
  140.